home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 48
/
Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso
/
Aminet
/
docs
/
misc
/
MemManual.lha
/
MemManual
/
Include
/
proto
/
memory.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-10-29
|
221 b
|
15 lines
#ifndef PROTO_MEMORY_H
#define PROTO_MEMORY_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#include <clib/memory_protos.h>
extern struct MemoryLibrary *MemoryBase;
#include <pragmas/memory_pragmas.h>
#endif